projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
198b816
)
; * src/image.c (syms_of_image): Fix typo.
author
Po Lu
<luangruo@yahoo.com>
Sat, 28 Jan 2023 08:33:50 +0000
(16:33 +0800)
committer
Po Lu
<luangruo@yahoo.com>
Sat, 28 Jan 2023 08:33:50 +0000
(16:33 +0800)
src/image.c
patch
|
blob
|
history
diff --git
a/src/image.c
b/src/image.c
index 16618f49f1eedc3737ca4952585c9fe18e13a22c..7d36f8c862fd978d1f6470f8b4df9a4624727c42 100644
(file)
--- a/
src/image.c
+++ b/
src/image.c
@@
-12542,7
+12542,7
@@
syms_of_image (void)
DEFVAR_LISP ("image-types", Vimage_types,
doc: /* List of potentially supported image types.
Each element of the list is a symbol for an image type, like `jpeg' or `png'.
- check whether it is really supported, use `image-type-available-p'. */);
+
To
check whether it is really supported, use `image-type-available-p'. */);
Vimage_types = Qnil;
DEFVAR_LISP ("max-image-size", Vmax_image_size,